home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1990: Night of the Living Disc / Night of the Living Disc.hdv / Dev.CD.5 / Tools / APW.Interfaces / AInclude / E16.Resources < prev    next >
Encoding:
Text File  |  1990-06-30  |  2.8 KB  |  75 lines  |  [04] ASCII Text (0x0000)

  1. ; File:  E16.Resources
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. resLogOut GEQU $0
  9. resLogIn GEQU $1
  10. resLogApp GEQU $0
  11. resLogSys GEQU $2
  12. resForkUsed GEQU $1E01 ; Resource fork not empty
  13. resBadFormat GEQU $1E02 ; Format of resource fork is unknown
  14. resNoConverter GEQU $1E03 ; No converter routine available for resource type
  15. resNoCurFile GEQU $1E04 ; there are no current open resource files
  16. resDupID GEQU $1E05 ; ID is already used
  17. resNotFound GEQU $1E06 ; resource was not found
  18. resFileNotFound GEQU $1E07 ; resource file not found
  19. resBadAppID GEQU $1E08 ; User ID not found, please call ResourceStartup
  20. resNoUniqueID GEQU $1E09 ; a unique ID was not found
  21.   AIF  C:resIndexRange,.past ; Index is out of range
  22. resIndexRange GEQU $1E0A
  23. .past
  24. resSysIsOpen GEQU $1E0B ; System file is already open
  25. resHasChanged GEQU $1E0C ; Resource marked changed; specified operation not allowed
  26. resDiffConverter GEQU $1E0D ; Different converter already logged in for this resource type
  27. resDiskFull GEQU $1E0E ; Volume is full
  28. resChanged GEQU $0020
  29. resPreLoad GEQU $0040
  30. resProtected GEQU $0080
  31. resAbsLoad GEQU $0400
  32. resConverter GEQU $0800
  33. resMemAttr GEQU $C31C ; Flags passed to the NewHandle Memory Manager call
  34. systemMap GEQU $0001
  35. mapChanged GEQU $0002
  36. romMap GEQU $0004
  37. resNameOffset GEQU $10000 ; type holding names
  38. resNameVersion GEQU $0001
  39. rIcon GEQU $8001 ; Icon type
  40. rPicture GEQU $8002 ; Picture type
  41. rControlList GEQU $8003 ; Control list type
  42. rControlTemplate GEQU $8004 ; Control template type
  43. rC1InputString GEQU $8005 ; GS/OS class 1 input string
  44. rPString GEQU $8006 ; Pascal string type
  45. rStringList GEQU $8007 ; String list type
  46. rMenuBar GEQU $8008 ; MenuBar type
  47. rMenu GEQU $8009 ; Menu template
  48. rMenuItem GEQU $800A ; Menu item definition
  49. rTextForLETextBox2 GEQU $800B ; Data for LineEdit LETextBox2 call
  50. rCtlDefProc GEQU $800C ; Control definition procedure type
  51. rCtlColorTbl GEQU $800D ; Color table for control
  52. rWindParam1 GEQU $800E ; Parameters for NewWindow2 call
  53. rWindParam2 GEQU $800F ; Parameters for NewWindow2 call
  54. rWindColor GEQU $8010 ; Window Manager color table
  55. rTextBlock GEQU $8011 ; Text block
  56. rStyleBlock GEQU $8012 ; TextEdit style information
  57. rToolStartup GEQU $8013 ; Tool set startup record
  58. rResName GEQU $8014 ; Resource name
  59. rAlertString GEQU $8015 ; AlertWindow input data
  60. rText GEQU $8016 ; Unformatted text
  61. rCodeResource GEQU $8017
  62. rCDEVCode GEQU $8018
  63. rCDEVFlags GEQU $8019
  64. rTwoRects GEQU $801A ; Two rectangles
  65. rListRef GEQU $801C ; List member
  66. rCString GEQU $801D ; C string
  67. rErrorString GEQU $8020 ; ErrorWindow input data
  68. rKTransTable GEQU $8021 ; Keystroke translation table
  69. rWString GEQU $8022
  70. rC1OutputString GEQU $8023 ; GS/OS class 1 output string
  71. rSoundSample GEQU $8024
  72. rTERuler GEQU $8025 ; TextEdit ruler information
  73. rFSequence GEQU $8026
  74. rCursor GEQU $8027 ; Cursor resource type
  75.